text/template.common.muTmpl (field)

11 uses

	text/template (current package)
		exec.go#L237: 	t.muTmpl.RLock()
		exec.go#L238: 	defer t.muTmpl.RUnlock()
		template.go#L17: 	muTmpl sync.RWMutex         // protects tmpl
		template.go#L93: 	t.muTmpl.RLock()
		template.go#L94: 	defer t.muTmpl.RUnlock()
		template.go#L128: 	t.muTmpl.Lock()
		template.go#L129: 	defer t.muTmpl.Unlock()
		template.go#L147: 	t.muTmpl.RLock()
		template.go#L148: 	defer t.muTmpl.RUnlock()
		template.go#L189: 	t.muTmpl.RLock()
		template.go#L190: 	defer t.muTmpl.RUnlock()